2025.3 Method
Changes 0
M

BRepBuilderSurfaceGeometry.CreateNURBSSurface

Overloads (2):
CreateNURBSSurface(Int32,Int32,IList[Double],IList[Double],IList[XYZ],Boolean,BoundingBoxUV)
public static BRepBuilderSurfaceGeometry CreateNURBSSurface(
	int degreeU,
	int degreeV,
	IList<double> knotsU,
	IList<double> knotsV,
	IList<XYZ> controlPoints,
	bool bReverseOrientation,
	BoundingBoxUV surfaceEnvelope
)
  • Int32
    degreeU
  • Int32
    degreeV
  • IList<Double>
    knotsU
  • IList<Double>
    knotsV
  • IList<XYZ>
    controlPoints
  • Boolean
    bReverseOrientation
  • surfaceEnvelope
Return Value BRepBuilderSurfaceGeometry BRepBuilderSurfaceGeometry